@charset "UTF-8";
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

a {
  transition: all 0.3s;
}

body {
  font-family: "Raleway", sans-serif !important;
  font-size: calc(1rem + 0.25 * (100vw - 375px) / 1545);
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: rgb(175, 38, 90) !important;
  color: white;
}

::-moz-selection {
  background: rgb(175, 38, 90) !important;
  color: white;
}

.btn-light {
  background: #fff !important;
  color: rgb(175, 38, 90) !important;
}
.btn-light:hover {
  background: rgb(175, 38, 90) !important;
  color: #fff !important;
  border-color: rgb(175, 38, 90) !important;
}

.btn-purple {
  background: rgb(175, 38, 90) !important;
  color: #fff !important;
  fill: white !important;
}
.btn-purple:hover {
  background: #e0afc0 !important;
  color: rgb(175, 38, 90) !important;
  border-color: #e0afc0 !important;
  fill: white !important;
}

.btn-sm {
  padding: 0.75rem 1.5rem !important;
  font-size: 0.7291666667vw !important;
  letter-spacing: 2px;
}
@media (min-width: 0px) and (max-width: 576px) {
  .btn-sm {
    padding: 3.5vw 12vw !important;
    font-size: 3.5vw !important;
  }
}

.btn-md {
  padding: 0.75rem 1.5rem !important;
  font-size: 0.7291666667vw !important;
  letter-spacing: 2px;
}
@media (min-width: 0px) and (max-width: 576px) {
  .btn-md {
    padding: 4vw 7vw !important;
    font-size: 4vw !important;
  }
}

.btn-lg {
  padding: 0.9rem 2.2rem !important;
  font-size: 1.0416666667vw !important;
  letter-spacing: 2px;
}
@media (min-width: 0px) and (max-width: 576px) {
  .btn-lg {
    padding: 5vw 14.5vw !important;
    font-size: 4.25vw !important;
  }
}

a.std {
  display: inline-block;
  position: relative;
  color: #000;
  line-height: 1;
  transition: all 0.8s;
  text-decoration: underline;
}
a.std:hover {
  color: rgb(175, 38, 90);
  text-decoration: underline;
}

a.link,
footer .footer-a a {
  color: rgb(175, 38, 90);
  position: relative;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
a.link:before,
footer .footer-a a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #e0afc0;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
a.link:hover,
footer .footer-a a:hover {
  cursor: pointer !important;
  color: #e0afc0;
  transition: all 0.15s ease-out;
}
a.link:hover:before,
footer .footer-a a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.hypens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.i-width {
  width: calc(30px + 20 * (100vw - 375px) / 1545) !important;
}
.i-width svg {
  width: calc(18px + 8 * (100vw - 375px) / 1545) !important;
  height: calc(18px + 8 * (100vw - 375px) / 1545) !important;
}

.phone-family {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.btn-up {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 5;
  padding: 15px;
  width: calc(60px + 20 * (100vw - 375px) / 1545);
  height: calc(60px + 20 * (100vw - 375px) / 1545);
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.arrow-up,
#arrow-up {
  width: 1.5vw;
  fill: rgb(175, 38, 90) !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .arrow-up,
  #arrow-up {
    width: 6.5vw;
  }
}

.w-20 {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  margin: 1%;
}
@media (min-width: 0) and (max-width: 576px) {
  .w-20 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 1%;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .w-20 {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    margin: 1%;
  }
}

.sweet-alert {
  padding: 30px;
}
.sweet-alert h2 {
  font-weight: bold;
  font-size: 1.3541666667vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .sweet-alert h2 {
    font-size: 6vw !important;
  }
}
.sweet-alert .lead {
  font-size: inherit;
}
.sweet-alert .btn-lg {
  font-size: inherit !important;
  padding: 10px !important;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }
}
.w-10 {
  width: 13%;
}
@media (min-width: 0px) and (max-width: 567px) {
  .w-10 {
    width: 20%;
  }
}
@media (min-width: 568px) and (max-width: 1366px) {
  .w-10 {
    width: 10%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .w-10 {
    width: 13%;
  }
}

.border-double {
  border: 10px solid transparent;
}
@media (min-width: 0px) and (max-width: 567px) {
  .border-double {
    background-size: 180%;
    background-position: center;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .border-double {
    border: 6px solid transparent;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .border-double {
    border: 6px solid transparent;
  }
}
@media only screen and (min-width: 768px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .border-double {
    border: 6px solid transparent;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .border-double {
    border: 6px solid transparent;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .border-double {
    border: 10px solid transparent;
  }
}
@media (min-width: 1681px), (min-width: 1920px) {
  .border-double {
    border: 10px solid transparent;
  }
}

@media (min-width: 0px) and (max-width: 567px) {
  .cover-phone {
    background-size: cover;
    background-position: 90% 20%;
    height: 45vh !important;
    width: 100%;
    right: -23%;
    top: 0%;
    padding: 68%;
  }
}
@media (min-width: 567px), (min-width: 1920px) {
  .cover-phone {
    background-image: none !important;
  }
}

@media (min-width: 0px) and (max-width: 567px) {
  .cover-phone-bg {
    background: white;
    box-shadow: 0px 23px 99px rgba(0, 0, 0, 0.1607843137);
  }
}
@media (min-width: 576px) and (max-height: 1920px) {
  .cover-phone-bg {
    background: transparent;
    box-shadow: none;
  }
}

@media (min-width: 0px) and (max-width: 567px) {
  .about-leaf-position {
    margin-top: -146% !important;
    margin-left: -30% !important;
    margin-bottom: 0% !important;
    /*padding-bottom: 25%;*/
  }
}

@media (min-width: 0px) and (max-width: 567px) {
  .leaf-position {
    margin-top: -90%;
    margin-left: -30% !important;
    margin-bottom: 0%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .leaf-position {
    margin-top: 0%;
    margin-left: -1% !important;
    margin-bottom: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .leaf-position {
    margin-top: 0%;
    margin-left: -1% !important;
    margin-bottom: -10%;
  }
}
@media (min-width: 1366px) and (max-height: 1920px) {
  .leaf-position {
    margin-top: 0%;
    margin-left: -1% !important;
    margin-bottom: -10%;
  }
}

.about-card {
  box-shadow: 0px 23px 99px rgba(0, 0, 0, 0.0784313725);
  border-radius: 18px;
  transition: all 0.4s;
  display: block;
}
.about-card:hover {
  margin-top: -10px;
  box-shadow: 0px 13px 39px rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 10px;
}

#accordionFaq .card-header button:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 100%;
  top: 0;
  right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 28 13.8' viewBox='0 0 28 13.8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m27.2 11.7-12.6-11s-.1 0-.1-.1c-.1 0-.1-.1-.2-.1s-.1 0-.2 0-.1 0-.2 0-.1 0-.2 0-.1 0-.2.1c-.1 0-.1.1-.2.1 0 0-.1 0-.1.1l-12.6 11c-.4.4-.5 1-.1 1.4.2.2.5.3.8.3.2 0 .5-.1.7-.2l12-10.6 11.9 10.4c.2.2.4.2.7.2s.6-.1.8-.3c.3-.3.2-1-.2-1.3z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  transition: transform 0.3s ease;
}
#accordionFaq .card-header.collapsed::after {
  transform: rotate(180deg);
}

.alert-flat {
  border-radius: 0;
}

.btn-warning {
  color: #212529;
  background-color: #e0afc0;
  border-color: #e0afc0;
}
.btn-warning:hover {
  color: #212529;
  background-color: #d593aa;
  border-color: #d28aa3;
}
.btn-warning:focus {
  color: #212529;
  background-color: #d593aa;
  border-color: #d28aa3;
  box-shadow: 0 0 0 0.2rem rgba(195, 154, 169, 0.5);
}
.btn-warning:disabled {
  color: #212529;
  background-color: #e0afc0;
  border-color: #e0afc0;
}
.btn-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #d28aa3;
  border-color: #ce819c;
}
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 154, 169, 0.5);
}
.btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d28aa3;
  border-color: #ce819c;
}
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 154, 169, 0.5);
}
.btn-warning.focus {
  color: #212529;
  background-color: #d593aa;
  border-color: #d28aa3;
  box-shadow: 0 0 0 0.2rem rgba(195, 154, 169, 0.5);
}
.btn-warning.disabled {
  color: #212529;
  background-color: #e0afc0;
  border-color: #e0afc0;
}

.btn-primary {
  background-color: #af265a;
  border-color: #af265a;
}
.btn-primary:active, .btn-primary:active:focus {
  color: #ffffff;
  background-color: #af265a !important;
  border-color: #af265a !important;
  box-shadow: none !important;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #af265a;
  border-color: #af265a;
  box-shadow: none !important;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #af265a;
  border-color: #af265a;
  box-shadow: none !important;
}

.btn-outline-primary {
  color: #af265a;
  border-color: #af265a;
}
.btn-outline-primary:active, .btn-outline-primary:active:focus {
  color: #ffffff;
  background-color: #af265a !important;
  border-color: #af265a !important;
  box-shadow: none !important;
}
.btn-outline-primary:focus {
  color: #ffffff;
  background-color: #af265a;
  border-color: #af265a;
  box-shadow: none !important;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #af265a;
  border-color: #af265a;
  box-shadow: none !important;
}

.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d28aa3;
  border-color: #ce819c;
}
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 154, 169, 0.5);
}

.btn-flat {
  border-radius: 0;
}

.btn-gender {
  width: 100%;
  text-align: right;
  background: white;
  box-shadow: 0px 27px 99px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 1.5rem;
}
.btn-gender:focus {
  outline: none;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog.owl-carousel:nth-child(2n) {
  margin-left: -40px;
}
.blog.owl-carousel .item.pr-2 {
  margin-left: -16px;
  width: calc(100% - 5px);
}

.card {
  transition: all 0.4s;
}
.card .card-text {
  transition: all 0.4s;
}
.card:hover .card-text {
  margin-top: -10px;
  margin-bottom: 10px;
}

.blog-card {
  box-shadow: 0px 27px 99px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.4s;
}
.blog-card:hover {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1) !important;
}

.list-group-flush .list-group-item.active {
  background-color: rgb(175, 38, 90) !important;
  border-color: rgb(175, 38, 90) !important;
  color: #fff !important;
}
.list-group-flush .list-group-item.active a {
  color: #fff !important;
}
.list-group-flush .list-group-item-action {
  transition: all 0.4s;
  font-weight: 600;
}
.list-group-flush .list-group-item-action:hover {
  background-color: rgb(175, 38, 90) !important;
}
.list-group-flush .list-group-item-action:hover a {
  color: #e0afc0 !important;
}
.list-group-flush .list-group-item-action:focus {
  background-color: rgb(175, 38, 90) !important;
}
.list-group-flush .list-group-item-action:focus a {
  color: #e0afc0 !important;
}

.big-blog-card {
  transition: all 0.4s !important;
  background-color: #fff !important;
  color: rgb(175, 38, 90) !important;
}
.big-blog-card:hover {
  background-color: rgb(175, 38, 90) !important;
  transition: all 0.4s !important;
  color: #fff !important;
}
.big-blog-card:hover a {
  color: #fff;
}
.big-blog-card:hover a.link {
  color: #fff !important;
}
.big-blog-card:hover .text-dark {
  color: #fff !important;
}
.big-blog-card:hover .nav-link .svg .a,
.big-blog-card:hover .nav-link .svg {
  fill: #e0afc0 !important;
}
.big-blog-card .nav-link .svg .a,
.big-blog-card .nav-link .svg {
  fill: rgb(175, 38, 90) !important;
}

.list-group-flush .list-group-item {
  display: inline-block;
}

.call-btn {
  transition: all 0.4s;
  box-shadow: 20px 33px 56px rgba(0, 0, 0, 0.1607843137);
  width: 9.5vw;
  height: 9.5vw;
}
.call-btn:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 0px) and (max-width: 576px) {
  .call-btn {
    width: 77px;
    height: 77px;
  }
}
.call-btn #Path_1134 {
  fill: #fff !important;
  transition: all 0.4s;
}
.call-btn:hover {
  color: #e0afc0 !important;
  background: rgb(175, 38, 90) !important;
  border-color: rgb(175, 38, 90) !important;
  box-shadow: 10px 16px 25px rgba(0, 0, 0, 0.1607843137);
}
.call-btn:hover #Path_1134 {
  fill: #e0afc0 !important;
}
.call-btn i svg {
  width: 4vw;
  height: 4vw;
}
.call-btn i svg:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 0px) and (max-width: 576px) {
  .call-btn i svg {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1681px), (min-width: 1920px) {
  .call-btn i svg {
    width: 4.5vw;
    height: 4.5vw;
  }
}

.call-top {
  top: 20%;
}
@media (min-width: 0px) and (max-width: 576px) {
  .call-top {
    top: 0;
  }
}

.card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.card .card-header {
  background-color: transparent;
  border-radius: 0;
  font-size: 1.25rem;
  font-weight: 600;
  border-width: 1px;
}

@media (min-width: 0px) and (max-width: 576px) {
  .purple-position {
    margin-top: calc(-100% - 23rem);
    width: calc(100% - 40px) !important;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .purple-position {
    margin-top: calc(-100% - 90px);
    width: calc(100% - 35px) !important;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .purple-position {
    margin-top: calc(-100% - 110px);
    width: calc(100% - 35px) !important;
    margin-left: 25px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .purple-position {
    margin-top: calc(-100% - 120px);
    width: calc(100% - 35px) !important;
    margin-left: 30px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .purple-position {
    margin-top: calc(-100% - 110px);
    width: calc(100% - 40px) !important;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1680px) and (max-height: 1920px) {
  .purple-position {
    margin-top: calc(-100% - 160px);
    width: calc(100% - 35px) !important;
    margin-left: 40px;
  }
}

.map {
  border: 5px solid #fff;
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
}

@media (min-width: 576px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 80%;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 80%;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 80%;
  }
}
/*Cookie Bar*/
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 30px !important;
  z-index: 1030;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: rgb(175, 38, 90);
  color: white;
}
.cookiealert.show {
  opacity: 1 !important;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: none;
  color: white;
}
@media (max-width: 767px) {
  .cookiealert {
    width: 75% !important;
    margin: 15px !important;
  }
}
@media (min-width: 768px) {
  .cookiealert {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .cookiealert {
    width: 35% !important;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .cookiealert .btn {
    padding: 0.5rem 0.9rem !important;
  }
}
.cookiealert .btn:hover {
  background: #e0afc0 !important;
  border-color: #e0afc0 !important;
  fill: white !important;
}

/*Cookie Bar End*/
footer a i img,
.address-info a i img {
  width: 1.51875vw;
}
@media (min-width: 0px) and (max-width: 576px) {
  footer a i img,
  .address-info a i img {
    width: 5.7291666667vw;
  }
}

footer a {
  text-decoration: none;
}

footer .a {
  fill: rgb(175, 38, 90) !important;
}

.logo-teknoza {
  width: calc(80px + 40 * (100vw - 375px) / 1545);
}

.logo-teknoza g #favorite {
  animation: favorite 2s ease-in-out infinite both;
  transition: all 0.4s;
}

@keyframes favorite {
  0% {
    fill: black;
  }
  50% {
    fill: rgb(175, 38, 90);
  }
  100% {
    fill: black;
  }
}
.form-control {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #ced4da;
  font-weight: lighter !important;
  font-size: 1.2vw !important;
  height: calc(30px + 30 * (100vw - 375px) / 1545) !important;
}
.form-control:active {
  box-shadow: none !important;
  border-bottom-color: rgb(175, 38, 90) !important;
  outline: none !important;
}
.form-control:focus {
  box-shadow: none !important;
  border-bottom-color: rgb(175, 38, 90) !important;
  outline: none !important;
}
.form-control:hover {
  box-shadow: none !important;
  border-bottom-color: rgb(175, 38, 90) !important;
  outline: none !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .form-control {
    font-size: 4.25vw !important;
  }
}
@media (min-width: 576px) and (max-width: 1366px) {
  .form-control {
    height: calc(24px + 16 * (100vw - 375px) / 1545) !important;
  }
}

textarea.form-control {
  height: auto !important;
  background: transparent !important;
}

.custom-file .custom-file-label {
  background: transparent !important;
  padding-right: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  float: right;
  width: 45%;
  margin-top: calc(-30px + -30 * (100vw - 375px) / 1545) !important;
  height: calc(30px + 30 * (100vw - 375px) / 1545) !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.2vw !important;
}
.was-validated :valid ~ .valid-feedback:after,
.was-validated :valid ~ .valid-tooltip:after,
.is-valid ~ .valid-feedback:after,
.is-valid ~ .valid-tooltip:after {
  background-repeat: no-repeat;
  content: " ";
  background-image: url(assets/page/img/icon-success-input.svg);
  width: 2vw;
  height: 2vw;
  background-position: right center;
  background-size: 1vw 1vw;
}
@media (min-width: 0px) and (max-width: 576px) {
  .was-validated :valid ~ .valid-feedback:after,
  .was-validated :valid ~ .valid-tooltip:after,
  .is-valid ~ .valid-feedback:after,
  .is-valid ~ .valid-tooltip:after {
    width: 6vw;
    height: 6vw;
    background-size: 4vw 4vw;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .was-validated :valid ~ .valid-feedback,
  .was-validated :valid ~ .valid-tooltip,
  .is-valid ~ .valid-feedback,
  .is-valid ~ .valid-tooltip {
    font-size: 4.25vw !important;
    margin-top: calc(-60px + 30 * (100vw - 375px) / 1545) !important;
    height: calc(60px + -30 * (100vw - 375px) / 1545) !important;
    width: 30%;
    color: transparent;
  }
}
@media (min-width: 576px) and (max-width: 1366px) {
  .was-validated :valid ~ .valid-feedback,
  .was-validated :valid ~ .valid-tooltip,
  .is-valid ~ .valid-feedback,
  .is-valid ~ .valid-tooltip {
    margin-top: calc(-24px + -16 * (100vw - 375px) / 1545) !important;
    height: calc(24px + 16 * (100vw - 375px) / 1545) !important;
  }
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .valid-tooltip,
.is-valid ~ .invalid-feedback,
.is-valid ~ .invalid-tooltip {
  float: right;
  width: 30%;
  margin-top: calc(-30px + -30 * (100vw - 375px) / 1545) !important;
  height: calc(30px + 30 * (100vw - 375px) / 1545) !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.2vw !important;
}
.was-validated :invalid ~ .invalid-feedback:after,
.was-validated :invalid ~ .valid-tooltip:after,
.is-valid ~ .invalid-feedback:after,
.is-valid ~ .invalid-tooltip:after {
  background-repeat: no-repeat;
  content: " ";
  background-image: url(assets/page/img/icon-warning-input.svg);
  width: 2vw;
  height: 2vw;
  background-position: right center;
  background-size: 1vw 1vw;
}
@media (min-width: 0px) and (max-width: 576px) {
  .was-validated :invalid ~ .invalid-feedback:after,
  .was-validated :invalid ~ .valid-tooltip:after,
  .is-valid ~ .invalid-feedback:after,
  .is-valid ~ .invalid-tooltip:after {
    width: 6vw;
    height: 6vw;
    background-size: 4vw 4vw;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .was-validated :invalid ~ .invalid-feedback,
  .was-validated :invalid ~ .valid-tooltip,
  .is-valid ~ .invalid-feedback,
  .is-valid ~ .invalid-tooltip {
    font-size: 4.25vw !important;
    margin-top: calc(-60px + 30 * (100vw - 375px) / 1545) !important;
    height: calc(60px + -30 * (100vw - 375px) / 1545) !important;
    width: 30%;
    color: transparent;
  }
}
@media (min-width: 576px) and (max-width: 1366px) {
  .was-validated :invalid ~ .invalid-feedback,
  .was-validated :invalid ~ .valid-tooltip,
  .is-valid ~ .invalid-feedback,
  .is-valid ~ .invalid-tooltip {
    margin-top: calc(-24px + -16 * (100vw - 375px) / 1545) !important;
    height: calc(24px + 16 * (100vw - 375px) / 1545) !important;
  }
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-position: right !important;
  background-image: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 60px #f8f0f3 inset !important;
  box-shadow: 0 0 0 60px #f8f0f3 inset !important;
  -webkit-text-fill-color: rgb(175, 38, 90) !important;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0 !important;
  width: calc(20px + 10 * (100vw - 375px) / 1545);
  height: calc(20px + 10 * (100vw - 375px) / 1545);
  margin-top: -4px;
}
@media (min-width: 0px) and (max-width: 576px) {
  .custom-checkbox .custom-control-label:before {
    margin-top: 3px;
  }
}
@media (min-width: 576px) and (max-width: 1366px) {
  .custom-checkbox .custom-control-label:before {
    width: calc(16px + 4 * (100vw - 375px) / 1545);
    height: calc(16px + 4 * (100vw - 375px) / 1545);
    margin-top: -1px;
  }
}
.custom-checkbox .custom-control-label::after {
  width: calc(20px + 10 * (100vw - 375px) / 1545);
  height: calc(20px + 10 * (100vw - 375px) / 1545);
}
@media (min-width: 576px) and (max-width: 1366px) {
  .custom-checkbox .custom-control-label::after {
    width: calc(16px + 4 * (100vw - 375px) / 1545);
    height: calc(16px + 4 * (100vw - 375px) / 1545);
  }
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: rgb(175, 38, 90) !important;
  background: rgb(175, 38, 90) !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
  outline: none !important;
}
.custom-control-input:active ~ .custom-control-label::before {
  box-shadow: none !important;
  outline: none !important;
}
.custom-control-input:hover ~ .custom-control-label::before {
  border-color: rgb(175, 38, 90) !important;
  outline: none !important;
}

.btn-warning {
  color: rgb(175, 38, 90) !important;
}
.btn-warning:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* File Input */
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(175, 38, 90);
  box-shadow: none;
}

.custom-file-label {
  border-radius: 3rem !important;
  border: 1px solid #ced4da;
  font-weight: lighter !important;
  font-size: 1.2vw !important;
  padding: 0.5rem 1rem;
}
.custom-file-label:after {
  height: calc(1.5em + 0.88rem) !important;
}
.custom-file-label:active {
  box-shadow: none !important;
  border-bottom-color: rgb(175, 38, 90) !important;
  outline: none !important;
}
.custom-file-label:focus {
  box-shadow: none !important;
  border-bottom-color: rgb(175, 38, 90) !important;
  outline: none !important;
}
.custom-file-label:hover {
  box-shadow: none !important;
  border-bottom-color: rgb(175, 38, 90) !important;
  outline: none !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .custom-file-label {
    font-size: 4vw !important;
  }
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 2rem !important;
}

.gap-5 {
  gap: 4rem !important;
}

.gift-img #gift-btn {
  fill: rgb(175, 38, 90) !important;
  transition: all 0.4s;
}
.gift-img:hover #gift-btn {
  fill: #e0afc0 !important;
}

#gift-animate {
  animation: nudge 5s linear infinite alternate;
}

#hero-slider .hero-slider {
  position: relative;
}
#hero-slider .hero-slider .slide-bg {
  height: 100%;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
}
#hero-slider .hero-slider .slide-img {
  width: 100%;
}
#hero-slider .hero-slider .hero-text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#hero-slider .hero-slider .hero-text .f76 {
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 576px) {
  #hero-slider .hero-slider .hero-text {
    padding: 0rem;
  }
}
@media screen and (min-width: 768px) {
  #hero-slider .hero-slider .hero-text {
    padding: 0rem 0rem 0rem 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  #hero-slider .hero-slider .hero-text {
    padding: 0rem 0rem 0rem 3.5rem;
  }
}
@media screen and (min-width: 1280px) and (min-height: 1024px) {
  #hero-slider .hero-slider .hero-text {
    padding: 0rem 0rem 0rem 4rem;
  }
}
@media screen and (min-width: 1366px) {
  #hero-slider .hero-slider .hero-text {
    padding: 0rem 0rem 0rem 4rem;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #hero-slider .hero-slider .hero-text {
    padding: 0rem 0rem 0rem 4rem;
  }
}
@media screen and (min-width: 1680px) {
  #hero-slider .hero-slider .hero-text {
    padding: 0rem 0rem 0rem 5.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #hero-slider .hero-slider .hero-text {
    padding: 0rem 0rem 0rem 5.5rem;
  }
}
@media screen and (max-width: 576px) {
  #hero-slider .hero-height {
    height: 45vh !important;
  }
}
@media screen and (min-width: 577px) {
  #hero-slider .hero-height {
    height: 60vh !important;
  }
}
@media screen and (min-width: 768px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #hero-slider .hero-height {
    height: 50vh !important;
  }
}
@media screen and (min-width: 769px) {
  #hero-slider .hero-height {
    height: 70vh !important;
  }
}
@media screen and (min-width: 992px) {
  #hero-slider .hero-height {
    height: 60vh !important;
  }
}
@media screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #hero-slider .hero-height {
    height: 50vh !important;
  }
}
@media screen and (min-width: 1025px) {
  #hero-slider .hero-height {
    height: 75vh !important;
  }
}
@media screen and (min-width: 1920px) {
  #hero-slider .hero-height {
    height: 95vh !important;
  }
}
@media screen and (min-width: 2500px) {
  #hero-slider .hero-height {
    height: 80vh !important;
  }
}
#hero-slider .owl-carousel .owl-item.active .f76 {
  -webkit-animation: 1s 0.2s fadeInLeft both;
  animation: 1s 0.2s fadeInLeft both;
}
#hero-slider .owl-carousel .owl-item.active .f20 {
  -webkit-animation: 1s 0.3s fadeInLeft both;
  animation: 1s 0.3s fadeInLeft both;
}
#hero-slider .owl-carousel .owl-item.active .btn {
  -webkit-animation: 1s 0.4s fadeInLeft both;
  animation: 1s 0.4s fadeInLeft both;
}
#hero-slider .owl-carousel .owl-item.active .slide-img {
  -webkit-animation: 1s 0.2s fadeInRight both;
  animation: 1s 0.2s fadeInRight both;
}
#hero-slider .owl-carousel .owl-item.active .slidebg-img {
  -webkit-animation: 1s 0.4s fadeInRight both;
  animation: 1s 0.4s fadeInRight both;
}
#hero-slider .owl-carousel .owl-item.active .slide-left {
  -webkit-animation: 1s 0.2s fadeInLeft both;
  animation: 1s 0.2s fadeInLeft both;
}
#hero-slider .owl-carousel .owl-item.active .slide-top {
  /*-webkit-animation: 0s .0s fadeInUp both !important;
  animation: 0s .0s fadeInUp both !important;*/
  animation: none both !important;
}
@media screen and (max-width: 576px) {
  #hero-slider .owl-carousel .owl-nav,
  #hero-slider .owl-carousel .owl-dots {
    width: 100% !important;
  }
}
@media screen and (min-width: 577px) {
  #hero-slider .owl-carousel .owl-nav,
  #hero-slider .owl-carousel .owl-dots {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  #hero-slider .owl-carousel .owl-nav,
  #hero-slider .owl-carousel .owl-dots {
    width: 90% !important;
  }
}
@media screen and (min-width: 992px) {
  #hero-slider .owl-carousel .owl-nav,
  #hero-slider .owl-carousel .owl-dots {
    width: 80% !important;
  }
}
@media screen and (min-width: 1280px) {
  #hero-slider .owl-carousel .owl-nav,
  #hero-slider .owl-carousel .owl-dots {
    width: 80% !important;
  }
}
@media screen and (min-width: 1400px) {
  #hero-slider .owl-carousel .owl-nav,
  #hero-slider .owl-carousel .owl-dots {
    width: 80% !important;
  }
}
#hero-slider .owl-carousel .owl-nav {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 0;
  left: 50%;
  display: flex;
  justify-content: flex-end;
  background: #fff;
}
#hero-slider .owl-carousel .owl-nav .disabled {
  opacity: 1 !important;
  background: #881a44 !important;
}
#hero-slider .owl-carousel .owl-nav.disabled {
  display: none !important;
}
@media screen and (max-width: 576px) {
  #hero-slider .owl-carousel .owl-nav {
    height: 70px;
    top: 35vh;
    margin-top: 0 !important;
    background: transparent;
  }
}
#hero-slider .owl-carousel .owl-nav button.owl-prev {
  background: rgb(175, 38, 90);
  border-radius: 0px;
  width: 5.9vw;
  height: 5.8vw;
  margin-top: -5.8vw;
}
@media screen and (max-width: 576px) {
  #hero-slider .owl-carousel .owl-nav button.owl-prev {
    width: 15.069vw;
    height: 14.722vw;
  }
}
#hero-slider .owl-carousel .owl-nav button.owl-prev .svg {
  width: 1.5625vw !important;
  transition: all 0.6s !important;
}
@media screen and (max-width: 576px) {
  #hero-slider .owl-carousel .owl-nav button.owl-prev .svg {
    width: 4.25vw !important;
  }
}
#hero-slider .owl-carousel .owl-nav button.owl-prev .svg #left-arrow {
  transition: all 0.6s !important;
}
#hero-slider .owl-carousel .owl-nav button.owl-prev:hover .svg {
  margin-left: 10px !important;
}
#hero-slider .owl-carousel .owl-nav button.owl-prev:hover #left-arrow {
  fill: #e0afc0 !important;
  margin-left: -10px !important;
}
#hero-slider .owl-carousel .owl-nav button.owl-next {
  background: rgb(175, 38, 90);
  border-radius: 0px;
  width: 5.9vw;
  height: 5.8vw;
  margin-top: -5.8vw;
}
@media screen and (max-width: 576px) {
  #hero-slider .owl-carousel .owl-nav button.owl-next {
    width: 15.069vw;
    height: 14.722vw;
  }
}
#hero-slider .owl-carousel .owl-nav button.owl-next .svg {
  width: 1.5625vw !important;
  transition: all 0.6s !important;
}
@media screen and (max-width: 576px) {
  #hero-slider .owl-carousel .owl-nav button.owl-next .svg {
    width: 4.25vw !important;
  }
}
#hero-slider .owl-carousel .owl-nav button.owl-next .svg #right-arrow {
  transition: all 0.6s !important;
}
#hero-slider .owl-carousel .owl-nav button.owl-next:hover .svg {
  margin-right: 10px !important;
}
#hero-slider .owl-carousel .owl-nav button.owl-next:hover #right-arrow {
  fill: #e0afc0 !important;
  margin-right: -10px !important;
}
#hero-slider .owl-carousel .owl-nav button {
  outline: none !important;
}
#hero-slider .owl-carousel .owl-dots {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
}
@media screen and (max-width: 576px) {
  #hero-slider .owl-carousel .owl-dots {
    top: 50% !important;
    left: 55%;
  }
}
#hero-slider .owl-theme .owl-nav {
  margin-top: 0 !important;
}
#hero-slider .owl-theme .owl-dots .owl-dot.active span,
#hero-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(175, 38, 90);
  box-shadow: 0px 0px 0px 1px rgb(175, 38, 90);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  #hero-slider .owl-theme .owl-dots .owl-dot.active span,
  #hero-slider .owl-theme .owl-dots .owl-dot:hover span {
    border: 3px white solid;
    width: 17px;
    height: 17px;
    margin-left: 1px;
  }
}
@media screen and (min-width: 768px) {
  #hero-slider .owl-theme .owl-dots .owl-dot.active span,
  #hero-slider .owl-theme .owl-dots .owl-dot:hover span {
    border: 3px white solid;
    width: 17px;
    height: 17px;
    margin-left: 3px;
  }
}
@media screen and (min-width: 992px) {
  #hero-slider .owl-theme .owl-dots .owl-dot.active span,
  #hero-slider .owl-theme .owl-dots .owl-dot:hover span {
    border: 3px white solid;
    width: 17px;
    height: 17px;
    margin-left: 3px;
  }
}
@media screen and (min-width: 1280px) {
  #hero-slider .owl-theme .owl-dots .owl-dot.active span,
  #hero-slider .owl-theme .owl-dots .owl-dot:hover span {
    border: 3px white solid;
    width: 17px;
    height: 17px;
    margin-left: 3px;
  }
}
@media screen and (min-width: 1366px) {
  #hero-slider .owl-theme .owl-dots .owl-dot.active span,
  #hero-slider .owl-theme .owl-dots .owl-dot:hover span {
    border: 3px white solid;
    width: 16px;
    height: 16px;
    margin-left: 1px;
  }
}
@media screen and (min-width: 1680px) {
  #hero-slider .owl-theme .owl-dots .owl-dot.active span,
  #hero-slider .owl-theme .owl-dots .owl-dot:hover span {
    border: 3px white solid;
    width: 16px;
    height: 16px;
    margin-left: 6px;
  }
}
@media screen and (min-width: 1920px) {
  #hero-slider .owl-theme .owl-dots .owl-dot.active span,
  #hero-slider .owl-theme .owl-dots .owl-dot:hover span {
    border: 5px white solid;
    width: 27px;
    height: 27px;
    margin-left: 2px;
  }
}
#hero-slider .owl-theme .owl-dots .owl-dot {
  display: block !important;
  outline: none;
}
#hero-slider .owl-theme .owl-dots .owl-dot span {
  background: white;
  border: 1px rgb(175, 38, 90) solid;
  transition: all 0.5s;
}
@media screen and (max-width: 576px) {
  #hero-slider .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 3px;
  }
}
@media screen and (min-width: 768px) {
  #hero-slider .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 992px) {
  #hero-slider .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 1280px) {
  #hero-slider .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 1366px) {
  #hero-slider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 3px;
  }
}
@media screen and (min-width: 1680px) {
  #hero-slider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
  }
}
@media screen and (min-width: 1920px) {
  #hero-slider .owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    margin: 5px 7px;
  }
}
@media (max-width: 576px) {
  #hero-slider .service-list.vh-100 {
    height: 100% !important;
  }
}

.vh-45 {
  height: 25vh !important;
}

.ba-slider {
  position: relative;
  overflow: hidden;
}
.ba-slider img {
  width: 100%;
  height: 100%;
  display: block;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: white;
  box-shadow: 0px 33px 66px rgba(0, 0, 0, 0.8);
  cursor: ew-resize;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.handle:after {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  margin: -12px 0 0 -12px;
  content: "";
  color: white;
  font-weight: bold;
  text-align: center;
  background: #af265a;
  border: 4px solid #fff;
  border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.draggable:after {
  background: #e0afc0;
}

.firstActiveItem {
  opacity: 0.3 !important;
  transition: all 0.4s;
}
@media (min-width: 0px) and (max-width: 576px) {
  .firstActiveItem {
    opacity: 1 !important;
  }
}

.lastActiveItem {
  opacity: 0.3 !important;
  transition: all 0.4s;
}
@media (min-width: 0px) and (max-width: 576px) {
  .lastActiveItem {
    opacity: 1 !important;
  }
}

.instagram-content {
  position: relative;
}
.instagram-content .owl-theme .custom-nav {
  position: absolute !important;
  z-index: 1;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .instagram-content .owl-theme .custom-nav {
    top: 36% !important;
    left: 5% !important;
    right: 5% !important;
  }
}
@media only screen and (min-width: 768px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .instagram-content .owl-theme .custom-nav {
    top: 10% !important;
    left: 5% !important;
    right: 5% !important;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .instagram-content .owl-theme .custom-nav {
    top: 37% !important;
    left: 8% !important;
    right: 8% !important;
  }
}
@media (min-width: 1367px), (min-width: 1920px) {
  .instagram-content .owl-theme .custom-nav {
    top: 39% !important;
    left: 8% !important;
    right: 8% !important;
  }
}
.instagram-content .owl-theme .custom-nav .owl-prev,
.instagram-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none !important;
  border: none;
  z-index: 100;
  outline: none !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .instagram-content .owl-theme .custom-nav .owl-prev,
  .instagram-content .owl-theme .custom-nav .owl-next {
    opacity: 0 !important;
  }
}
.instagram-content .owl-theme .custom-nav .owl-prev img,
.instagram-content .owl-theme .custom-nav .owl-next img {
  height: 3vw;
}
.instagram-content .owl-theme .custom-nav .owl-prev {
  left: 0 !important;
}
.instagram-content .owl-theme .custom-nav .owl-next {
  right: 0 !important;
}

.instagram .item .img-backdrop {
  background: #af265a;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.instagram .item:hover > .img-backdrop {
  opacity: 0.4;
}

.instagrams.owl-carousel .item {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  width: 100% !important;
  margin-top: 0px;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
.instagrams.owl-carousel .owl-stage {
  display: flex;
}
.instagrams.owl-carousel .owl-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #ededed;
}

.jobs-card {
  box-shadow: 0px 23px 99px rgba(0, 0, 0, 0.0784313725);
  border-radius: 18px;
  transition: all 0.4s;
  display: block;
}
.jobs-card:hover {
  margin-top: -10px;
  margin-bottom: 10px;
}
.jobs-card:hover .text-dark {
  color: white !important;
}
.jobs-card:hover .text-purple {
  color: white !important;
}
.jobs-card:hover .bg-white {
  background: rgb(175, 38, 90) !important;
}
.jobs-card:hover .svg .a {
  fill: #e0afc0 !important;
}
.jobs-card .svg {
  height: 18px !important;
}
.jobs-card .svg .a {
  fill: rgb(175, 38, 90) !important;
  height: 16px !important;
}

.list-profile {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-profile li a {
  font-weight: 600;
  display: block;
  padding: 1rem 0 1rem 1rem;
  border-left: 5px solid transparent;
}
.list-profile li a:hover, .list-profile li a.active {
  border-color: #AF265A;
  background: #f9f9f9;
}

@media screen and (max-width: 576px) {
  .logo {
    width: 160px;
  }
  .footer-logo {
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .logo {
    width: 160px;
  }
  .footer-logo {
    width: 140px;
  }
}
@media screen and (min-width: 992px) {
  .logo {
    width: 160px;
  }
  .footer-logo {
    width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .logo {
    width: 160px;
  }
  .footer-logo {
    width: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .logo {
    width: 170px;
  }
  .footer-logo {
    width: 150px;
  }
}
@media screen and (min-width: 1920px) {
  .logo {
    width: 180px;
  }
  .footer-logo {
    width: 160px;
  }
}
@media screen and (min-width: 2500px) {
  .logo {
    width: 250px;
  }
  .footer-logo {
    width: 230px;
  }
}
.navbar {
  transition: all 0.5s ease !important;
}

nav.position-absolute {
  position: absolute;
}
@media (min-width: 0px) and (max-width: 576px) {
  nav.position-absolute {
    height: 83px;
    position: relative !important;
  }
}

.phone-link svg {
  transition: all 0.3s;
}
.phone-link:hover {
  color: #e0afc0 !important;
}
.phone-link:hover svg {
  transition: all 0.3s;
  margin-right: -6px !important;
  margin-left: 6px !important;
}

@media (min-width: 0px) and (max-width: 576px) {
  .slide-bg {
    padding-top: 83px;
  }
}

.nav-link .svg .a {
  fill: rgb(175, 38, 90);
  transition: all 0.4s;
}
.nav-link .svg:hover .a {
  fill: #e0afc0;
}

.icon-comment::before {
  content: url('data:image/svg+xml;charset=UTF-8, <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"><g class="st0"><path class="st1" fill="white" d="M0,40.3V20.4C0,15,1.4,10.5,4.4,7c2.9-3.5,6.8-5.8,11.8-7v8.9c-1.5,0.5-2.8,1.1-3.7,1.7 c-0.9,0.7-1.7,1.5-2.2,2.5c-0.5,0.9-0.8,2-1,3.3c-0.2,1.2-0.3,2.6-0.3,4.1v2.1h7.2v17.8H0z M24,40.3V20.4c0-5.4,1.4-9.9,4.4-13.4 c2.9-3.5,6.8-5.8,11.8-7v8.9c-1.5,0.5-2.8,1.1-3.7,1.7c-0.9,0.7-1.7,1.5-2.2,2.5c-0.5,0.9-0.9,2-1,3.3S33,18.9,33,20.4v2.1h7.2 v17.8H24z"/> </g> </svg>');
  position: absolute;
  margin-left: -70px;
  display: block;
  transition: all 0.3s;
}
@media (min-width: 0px) and (max-width: 576px) {
  .icon-comment::before {
    margin-left: -30px;
    width: 10px;
  }
}
.icon-comment:hover::before {
  margin-left: -50px;
}

.vh-85 {
  height: 85vh;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .vh-85 {
    height: 55vh !important;
  }
}
@media only screen and (min-width: 768px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .vh-85 {
    height: 55vh !important;
  }
}
@media (min-width: 1280px) and (max-height: 1920px) {
  .vh-85 {
    height: 85vh !important;
  }
}

.vh-70 {
  height: 70vh;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .vh-70 {
    height: 40vh !important;
  }
}
@media only screen and (min-width: 768px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .vh-70 {
    height: 40vh !important;
  }
}
@media (min-width: 1280px) and (max-height: 1920px) {
  .vh-70 {
    height: 70vh !important;
  }
}

.vh-60 {
  height: 60vh;
}
@media (min-width: 0px) and (max-width: 576px) {
  .vh-60 {
    height: 30vh !important;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .margin-shadow {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px), (min-width: 1920px) {
  .margin-shadow {
    margin-bottom: 100px;
  }
}

.icon-clock,
.icon-newsletter,
.icon-blog,
.icon-collagen {
  z-index: 1;
  height: auto;
  max-height: 70px;
  width: 5vw;
}
@media (min-width: 0px) and (max-width: 576px) {
  .icon-clock,
  .icon-newsletter,
  .icon-blog,
  .icon-collagen {
    height: auto;
    width: 11.4583333333vw;
  }
}

.icon-about {
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 576px) {
  .icon-about {
    height: auto;
    width: 110px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .icon-about {
    height: auto;
    width: 50px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .icon-about {
    height: auto;
    width: 65px;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .icon-about {
    height: auto;
    width: 65px;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .icon-about {
    height: auto;
    width: 70px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .icon-about {
    height: auto;
    width: 110px;
  }
}
@media (min-width: 1681px), (min-width: 1920px) {
  .icon-about {
    height: auto;
    width: 110px;
  }
}

.icon-clock-bg,
.icon-newsletter-bg,
.icon-blog-bg,
.icon-collagen-bg {
  width: 4.0625vw;
  height: 4.0625vw;
  margin-top: 1.0416666667vw;
  margin-left: 1.5625vw;
  background-color: #e0afc0;
  animation: nudge 5s linear infinite alternate;
  border-radius: 100%;
  transition: all 0.4s;
}
@media (min-width: 0px) and (max-width: 576px) {
  .icon-clock-bg,
  .icon-newsletter-bg,
  .icon-blog-bg,
  .icon-collagen-bg {
    height: 9.375vw;
    width: 9.375vw;
    margin-left: 2.7777777778vw;
    margin-top: 2.0833333333vw;
  }
}

.icon-about-bg {
  height: 5.2083333333vw;
  width: 5.2083333333vw;
  background-color: #e0afc0;
  animation: nudge 5s linear infinite alternate;
  border-radius: 100%;
  transition: all 0.4s;
}
@media (min-width: 0px) and (max-width: 576px) {
  .icon-about-bg {
    height: 17.3611111111vw;
    width: 17.3611111111vw;
  }
}

.custom-background {
  background: linear-gradient(90deg, rgb(175, 38, 90) 70%, #fff 30%);
}
@media (min-width: 0) and (max-width: 576px) {
  .custom-background {
    background: rgb(175, 38, 90);
  }
}

.gratis-card {
  box-shadow: 0px 27px 99px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}
.gratis-card:hover {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  padding-bottom: 10px;
}
.gratis-card:hover .btn-purple {
  background-color: #e0afc0 !important;
  border-color: #e0afc0 !important;
  color: rgb(175, 38, 90) !important;
  box-shadow: none !important;
}

.accordion-header {
  background-color: #fff !important;
  box-shadow: 0px 27px 99px rgba(0, 0, 0, 0.15) !important;
  border: none !important;
}

.icon-woman,
.icon-man {
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 576px) {
  .icon-woman,
  .icon-man {
    height: auto;
    width: 60px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .icon-woman,
  .icon-man {
    height: auto;
    width: 40px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .icon-woman,
  .icon-man {
    height: auto;
    width: 50px;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .icon-woman,
  .icon-man {
    height: auto;
    width: 50px;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .icon-woman,
  .icon-man {
    height: auto;
    width: 50px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .icon-woman,
  .icon-man {
    height: auto;
    width: 70px;
  }
}
@media (min-width: 1681px), (min-width: 1920px) {
  .icon-woman,
  .icon-man {
    height: auto;
    width: 70px;
  }
}

.icon-woman-bg,
.icon-man-bg {
  background-color: #e0afc0;
  animation: nudge 5s linear infinite alternate;
  border-radius: 100%;
  transition: all 0.4s;
}
@media (min-width: 0px) and (max-width: 576px) {
  .icon-woman-bg,
  .icon-man-bg {
    height: 54px;
    width: 54px;
    margin-left: 16px;
    margin-top: 20px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .icon-woman-bg,
  .icon-man-bg {
    height: 40px;
    width: 40px;
    margin-left: 18px;
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .icon-woman-bg,
  .icon-man-bg {
    height: 40px;
    width: 40px;
    margin-left: 18px;
    margin-top: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .icon-woman-bg,
  .icon-man-bg {
    height: 40px;
    width: 40px;
    margin-left: 18px;
    margin-top: 28px;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .icon-woman-bg,
  .icon-man-bg {
    height: 46px;
    width: 46px;
    margin-left: 20px;
    margin-top: 30px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .icon-woman-bg,
  .icon-man-bg {
    height: 66px;
    width: 66px;
    margin-left: 32px;
    margin-top: 40px;
  }
}
@media (min-width: 1681px), (min-width: 1920px) {
  .icon-woman-bg,
  .icon-man-bg {
    height: 66px;
    width: 66px;
    margin-left: 32px;
    margin-top: 40px;
  }
}

.accordion.accordion-faq .card-header p:before, .accordion.accordion-test .accordion-header .accordion-body:after, .accordion .card .card-header p:before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion .card {
  background: transparent !important;
  border: none !important;
}
.accordion .card .card-header {
  background-color: transparent;
  border: none !important;
  position: relative;
}
.accordion.accordion-test .card .card-header .accordion-header .accordion-body.collapsed:after, .accordion.accordion-test .accordion-header .card .card-header .accordion-body.collapsed:after, .accordion .card .card-header p.collapsed:before {
  background-image: url(assets/page/img/icon-arrow-down.svg);
}
.accordion.accordion-test .card .card-header .accordion-header .accordion-body:not(.collapsed):after, .accordion.accordion-test .accordion-header .card .card-header .accordion-body:not(.collapsed):after, .accordion .card .card-header p:not(.collapsed):before {
  background-image: url(assets/page/img/icon-arrow-up.svg);
}
.accordion .card .card-header p {
  width: 100%;
  text-align: left;
}
.accordion .card .card-header p:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0% 50%;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .accordion .card .card-header p:before {
    padding-right: 0.8rem;
    margin-right: 0.6rem;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .accordion .card .card-header p:before {
    padding-right: 0.9rem;
    margin-right: 0.6rem;
  }
}
@media (min-width: 1367px), (min-width: 1920px) {
  .accordion .card .card-header p:before {
    padding-right: 1.7rem;
    margin-right: 1.3rem;
  }
}
@media (min-width: 1920px) {
  .accordion .card .card-header p:before {
    padding-right: 1.7rem;
    margin-right: 1.3rem;
  }
}
@media (min-width: 1920px) {
  .accordion .card .card-header p.arrow-small:before {
    padding-right: 1rem;
  }
}
@media (min-width: 1366px) {
  .accordion .card .card-header p.arrow-small:before {
    padding-right: 0.7rem;
  }
}
@media (min-width: 0px) and (max-width: 1280px) {
  .accordion .card .card-header p.arrow-small:before {
    padding-right: 0.6rem;
  }
}
.accordion.accordion-test .accordion.accordion-faq .card-header p:before, .accordion.accordion-faq .card-header .accordion.accordion-test p:before, .accordion.accordion-test .accordion-header .accordion-body:after, .accordion.accordion-test .card .card-header p:before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion.accordion-test .accordion-header {
  border: none !important;
}
.accordion.accordion-test .accordion-header .accordion.accordion-faq .card-header p.collapsed:before, .accordion.accordion-faq .card-header .accordion.accordion-test .accordion-header p.collapsed:before, .accordion.accordion-test .accordion-header .accordion-body.collapsed:after, .accordion.accordion-test .accordion-header .card .card-header p.collapsed:before, .accordion.accordion-test .card .card-header .accordion-header p.collapsed:before {
  background-image: url(assets/page/img/icon-arrow-down.svg);
}
.accordion.accordion-test .accordion-header .accordion.accordion-faq .card-header p:not(.collapsed):before, .accordion.accordion-faq .card-header .accordion.accordion-test .accordion-header p:not(.collapsed):before, .accordion.accordion-test .accordion-header .accordion-body:not(.collapsed):after, .accordion.accordion-test .accordion-header .card .card-header p:not(.collapsed):before, .accordion.accordion-test .card .card-header .accordion-header p:not(.collapsed):before {
  background-image: url(assets/page/img/icon-arrow-up.svg);
}
.accordion.accordion-test .accordion-header .accordion-body {
  width: 100%;
  text-align: right;
  background: white;
}
.accordion.accordion-test .accordion-header .accordion-body:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  width: 3rem;
  height: 100%;
  right: 5%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transform: translate(-50%, -5%);
}
@media (min-width: 0px) and (max-width: 1280px) {
  .accordion.accordion-test .accordion-header .accordion-body:after {
    width: 1.5rem;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .accordion.accordion-test .accordion-header .accordion-body:after {
    width: 2rem;
  }
}
@media (min-width: 1681px), (min-width: 1920px) {
  .accordion.accordion-test .accordion-header .accordion-body:after {
    width: 3rem;
  }
}
.accordion.accordion-faq .card-header p:before, .accordion.accordion-faq .accordion.accordion-test .accordion-header .accordion-body:after, .accordion.accordion-test .accordion-header .accordion.accordion-faq .accordion-body:after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion.accordion-faq .card-header {
  border: none !important;
}
.accordion.accordion-faq .card-header p.collapsed:before, .accordion.accordion-faq .card-header .accordion.accordion-test .accordion-header .accordion-body.collapsed:after, .accordion.accordion-test .accordion-header .accordion.accordion-faq .card-header .accordion-body.collapsed:after {
  background-image: url(assets/page/img/icon-arrow-down-white.svg);
}
.accordion.accordion-faq .card-header p:not(.collapsed):before, .accordion.accordion-faq .card-header .accordion.accordion-test .accordion-header .accordion-body:not(.collapsed):after, .accordion.accordion-test .accordion-header .accordion.accordion-faq .card-header .accordion-body:not(.collapsed):after {
  background-image: url(assets/page/img/icon-arrow-up-white.svg);
}
.accordion.accordion-faq .card-header p {
  width: 100%;
}
.accordion.accordion-faq .card-header p:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  height: 100%;
  width: 2rem;
  top: 0;
  right: 3%;
  float: right !important;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .accordion.accordion-faq .card-header p:before {
    width: 1rem;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .accordion.accordion-faq .card-header p:before {
    width: 1.25rem;
  }
}
@media (min-width: 1681px), (min-width: 1920px) {
  .accordion.accordion-faq .card-header p:before {
    width: 2rem;
  }
}
.faq-anchor {
  margin-top: 12rem;
  margin-bottom: -2rem;
}
@media (min-width: 0px) and (max-width: 576px) {
  .faq-anchor {
    margin-top: 10rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 577px) and (max-width: 1280px) {
  .faq-anchor {
    margin-top: 10rem;
    margin-bottom: -6rem;
  }
}

.col-xl-1-half {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .col-xl-1-half {
    -ms-flex: 0 0 14.285%;
    flex: 0 0 14.285%;
    max-width: 14.285%;
  }
}

.o-h-for-mobile {
  overflow-x: hidden !important;
  margin: -25%;
  padding: 25%;
}

.services-text h1,
.services-text .h1 {
  font-size: 2.2916666667vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .services-text h1,
  .services-text .h1 {
    font-size: 8vw !important;
  }
}
.services-text h2,
.services-text .h2 {
  font-size: 1.9791666667vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .services-text h2,
  .services-text .h2 {
    font-size: 7vw !important;
  }
}
.services-text h3,
.services-text .h3 {
  font-size: 1.5625vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .services-text h3,
  .services-text .h3 {
    font-size: 6.5vw !important;
  }
}
.services-text h4,
.services-text .h4 {
  font-size: 1.3541666667vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .services-text h4,
  .services-text .h4 {
    font-size: 6vw !important;
  }
}
.services-text h5,
.services-text .h5 {
  font-size: 1.0416666667vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .services-text h5,
  .services-text .h5 {
    font-size: 4.5vw !important;
  }
}
.services-text h6,
.services-text .h6 {
  font-size: 1.2vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .services-text h6,
  .services-text .h6 {
    font-size: 4.25vw !important;
  }
}
.services-text h1,
.services-text h2,
.services-text h3,
.services-text h4,
.services-text h5,
.services-text h6 {
  color: rgb(175, 38, 90);
  font-weight: 900;
  text-transform: lowercase;
  padding-top: 1.5em;
}
.services-text h1:first-child,
.services-text h2:first-child,
.services-text h3:first-child,
.services-text h4:first-child,
.services-text h5:first-child,
.services-text h6:first-child {
  padding-top: 0rem;
}
.services-text h1:first-letter,
.services-text h2:first-letter,
.services-text h3:first-letter,
.services-text h4:first-letter,
.services-text h5:first-letter,
.services-text h6:first-letter {
  text-transform: capitalize !important;
}
.services-text strong {
  font-weight: 900;
}
.services-text ul {
  padding: 0px;
  list-style: none;
}
.services-text ul li {
  padding-left: 6px;
}
.services-text ul li:before {
  content: "→";
  padding-right: 12px;
  color: rgb(175, 38, 90);
}
.services-text a.std {
  display: inline-block;
  position: relative;
  color: #000;
  line-height: 1;
  transition: all 0.8s;
  text-decoration: underline;
}
.services-text a.std:hover {
  color: rgb(175, 38, 90);
  text-decoration: underline;
}

.about-us ul li:before {
  content: "" !important;
}

.icon-animate {
  position: relative;
  animation: serviceanimate 4s infinite;
}

#services-1,
#services-4 {
  z-index: 1;
  width: 6.25vw;
  height: 6.25vw;
}
@media (min-width: 0px) and (max-width: 576px) {
  #services-1,
  #services-4 {
    width: 28vw;
    height: 28vw;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  #services-1,
  #services-4 {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (min-width: 1281px), (min-width: 1920px) {
  #services-1,
  #services-4 {
    width: 6.25vw;
    height: 6.25vw;
  }
}

#services-2,
#services-3 {
  z-index: 1;
  width: 7.25vw;
  height: 7.25vw;
}
@media (min-width: 0px) and (max-width: 576px) {
  #services-2,
  #services-3 {
    width: 32vw;
    height: 32vw;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  #services-2,
  #services-3 {
    margin-top: -3px !important;
    width: 7.25vw;
    height: 7.25vw;
  }
}
@media (min-width: 1281px), (min-width: 1920px) {
  #services-2,
  #services-3 {
    margin-top: -16px !important;
    width: 7.25vw;
    height: 7.25vw;
  }
}

.services-bg {
  width: 4.6875vw;
  height: 4.6875vw;
  margin-left: 1.7708333333vw;
  margin-top: 1.0416666667vw;
  background-color: #e0afc0;
  animation: nudge 5s linear infinite alternate;
  border-radius: 100%;
  transition: all 0.4s;
}
@media (min-width: 0px) and (max-width: 576px) {
  .services-bg {
    width: 20vw;
    height: 20vw;
    margin-left: 5.7708333333vw;
    margin-top: 5.0416666667vw;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .services-bg {
    margin-top: -3px !important;
    width: 5.25vw;
    height: 5.25vw;
  }
}
@media (min-width: 1281px), (min-width: 1920px) {
  .services-bg {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-left: 1.7708333333vw;
    margin-top: 1.0416666667vw;
  }
}

.services .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services .owl-stage .owl-item:not(active) {
  opacity: 0;
}
.services .owl-stage .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}
.services .owl-stage .owl-item.active {
  opacity: 1;
  transition: all 0.5s;
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid #e8e8e8;
}
@media (min-width: 0px) and (max-width: 576px) {
  .services .owl-stage .owl-item.active {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2941176471);
  }
}
.services .owl-stage .owl-item.active:hover {
  background: rgb(175, 38, 90);
  border: 1px solid rgb(175, 38, 90) !important;
  color: #fff;
  border: none;
  box-shadow: 0px 43px 92px rgba(0, 0, 0, 0.6745098039);
}
.services .owl-stage .owl-item.active:hover .services-icons path {
  fill: white;
}
.services .owl-stage .owl-item.active:hover .services-2 {
  opacity: 0;
}
.services .owl-stage .owl-item.active:hover .btn {
  background: #e0afc0 !important;
}

@media (min-width: 0px) and (max-width: 576px) {
  .owl-carousel .owl-stage-outer {
    height: calc(100% + 60px);
    margin: -30px;
    padding: 30px;
    width: calc(100% + 60px);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .owl-carousel .owl-stage-outer {
    height: calc(100% + 0px);
    margin: 0px;
    padding: 0px;
    width: calc(100% + 0px);
  }
}
@media only screen and (min-width: 768px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .owl-carousel .owl-stage-outer {
    height: calc(100% + 0px);
    margin: 0px;
    padding: 0px;
    width: calc(100% + 0px);
  }
}
@media (min-width: 567px) and (max-width: 1280px) {
  .owl-carousel .owl-stage-outer {
    height: calc(100% + 180px);
    margin: -90px;
    padding: 90px;
    width: calc(100% + 180px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .owl-carousel .owl-stage-outer {
    height: calc(100% + 0px);
    margin: 0px;
    padding: 0px;
    width: calc(100% + 0px);
  }
}
@media (min-width: 1025px), (min-width: 1920px) {
  .owl-carousel .owl-stage-outer {
    height: calc(100% + 250px);
    margin: -125px;
    padding: 125px;
    width: calc(100% + 250px);
  }
}

@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
  80% {
    transform: translate(-10px, 0);
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .bg-white-and-transparent {
    background: transparent;
    box-shadow: none;
  }
}
@media (min-width: 577px), (min-width: 1920px) {
  .bg-white-and-transparent {
    background: white;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
  }
}

.shadow-lg {
  box-shadow: 0px 13px 66px rgba(0, 0, 0, 0.1607843137);
  transition: all 0.4s;
}
.shadow-lg:hover {
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.08);
}

.sidebar-bg {
  height: 100% !important;
}

@media (min-width: 0px) and (max-width: 576px) {
  .sidebar .f30 {
    font-size: 4.25vw !important;
  }
}

.sidebar-btn {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  /*@media (min-width: 0px) and (max-width: 576px) {
    padding: 0rem 0.75rem 0rem 0rem;
  }
  @media (min-width: 577px) and (max-width: 768px) {
    padding: 0rem 0.75rem 0rem 0rem;
  }
  @media (min-width: 769px) and (max-width: 992px) {
    padding: 0rem 0.75rem 0rem 0rem;
  }
  @media (min-width: 1280px) and (min-height: 1024px) {
    padding: 0rem 0.75rem 0rem 0rem;
  }
  @media (min-width: 1281px) and (max-width: 1366px) {
    padding: 0rem 0.75rem 0rem 0rem;
  }
  @media (min-width: 1367px) and (max-width: 1680px) {
    padding: 0rem 1.75rem 0rem 0rem;
  }
  @media (min-width: 1681px), (min-width: 1920px) {
    padding: 0rem 1.75rem 0rem 0rem;
  }*/
}

.sidebar-burger.open:before {
  content: "MENU";
  color: #fff;
  padding-left: 4rem;
  font-weight: bold;
  display: inline-block;
  margin-top: -20px;
  font-size: 1.3541666667vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .sidebar-burger.open:before {
    font-size: 4.25vw !important;
  }
}

.sidebar-burger {
  width: 30px;
  height: 30px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.sidebar-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(175, 38, 90);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.sidebar-burger span:nth-child(1) {
  top: 0px;
}

.sidebar-burger span:nth-child(2) {
  top: 9px;
}

.sidebar-burger span:nth-child(3) {
  top: 18px;
}

.sidebar-burger.open span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg);
  background: white;
}

.sidebar-burger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
  background: white;
}

.sidebar-burger.open span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
  background: white;
}

.sidebar a {
  color: white;
  letter-spacing: 1.86px;
}

.sidebar a:hover {
  color: #e0afc0;
  opacity: 1;
}

.f10 {
  font-size: 0.5208333333vw !important;
}

@media (min-width: 0px) and (max-width: 576px) {
  footer .f12 {
    font-size: 14px;
  }
}

.f12 {
  font-size: 0.625vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f12 {
    font-size: 3.5vw !important;
  }
}
@media (min-width: 577px) and (max-width: 1280px) {
  .f12 {
    font-size: 0.9375vw !important;
  }
}

.f14 {
  font-size: 0.7291666667vw !important;
  line-height: 1.2em;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f14 {
    font-size: 3.25vw !important;
  }
}
@media (min-width: 577px) and (max-width: 1280px) {
  .f14 {
    font-size: 0.9375vw !important;
  }
}

.f16 {
  font-size: 1vw !important;
  letter-spacing: 0.5px;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f16 {
    font-size: 4vw !important;
  }
}
@media (min-width: 577px) and (max-width: 1280px) {
  .f16 {
    font-size: 1.1vw !important;
  }
}

.f18 {
  font-size: 1.2vw !important;
  letter-spacing: 0.74px;
  line-height: 1.8em;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f18 {
    font-size: 4.25vw !important;
  }
}
@media (min-width: 577px) and (max-width: 1280px) {
  .f18 {
    font-size: 1.2vw !important;
  }
}

.lh38 {
  line-height: 2.25vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .lh38 {
    line-height: 8.5vw !important;
  }
}

.f20 {
  font-size: 1.0416666667vw !important;
  letter-spacing: 0.8px;
  line-height: 1.8em;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f20 {
    font-size: 4.5vw !important;
  }
}

.f24 {
  font-size: 1.25vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f24 {
    font-size: 5.5vw !important;
  }
}

.f26 {
  font-size: 1.3541666667vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f26 {
    font-size: 6vw !important;
  }
}
@media (min-width: 577px) and (max-width: 1366px) {
  .f26 {
    font-size: 1.1875vw !important;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .faq .f26 {
    font-size: 4.5vw !important;
  }
}

.f30 {
  font-size: 1.5625vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f30 {
    font-size: 6.5vw !important;
  }
}

.f38 {
  font-size: 1.9791666667vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f38 {
    font-size: 7vw !important;
  }
}

.f44 {
  font-size: 2.2916666667vw !important;
  letter-spacing: 0.4px;
  line-height: 1.1em;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f44 {
    font-size: 8vw !important;
  }
}

.f48 {
  font-size: 2.5vw !important;
  letter-spacing: 0.44px;
  line-height: 1.1;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f48 {
    font-size: 9.5vw !important;
  }
}

.f56 {
  font-size: 2.9166666667vw !important;
  line-height: 1.2em;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f56 {
    font-size: 10vw !important;
  }
}
@media (min-width: 577px) and (max-width: 1280px) {
  .f56 {
    font-size: 3.375vw !important;
  }
}

.f278 {
  font-size: 14.4791666667vw !important;
  line-height: 14.4791666667vw !important;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f278 {
    font-size: 24.6527777778vw !important;
    line-height: 24.6527777778vw !important;
  }
}

.f76 {
  font-size: 3.9583333333vw !important;
  line-height: 3.9vw;
}
@media (min-width: 0px) and (max-width: 576px) {
  .f76 {
    font-size: 11vw !important;
    line-height: 11vw;
  }
}
@media (min-width: 577px) and (max-width: 1280px) {
  .f76 {
    font-size: 4.0625vw !important;
  }
}

.border-warning {
  border-color: #e0afc0 !important;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-weight: 700;
}
.page-content p {
  /*font-size: 1.2vw !important;*/
  /*letter-spacing: 0.74px;*/
  /*line-height: 2.25vw !important;*/
}

.pagination {
  gap: 10px;
  background-color: #ffffff;
  border-radius: 2.5rem;
  padding: 1.25rem;
}
.pagination .page-item.active .page-link {
  background-color: #af265a;
  border-color: #af265a;
  color: #ffffff;
}
.pagination .page-item.active .page-link:hover {
  color: #ffffff;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  color: #af265a;
}
.pagination .page-item .page-link {
  border: 0;
  color: #333333;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item .page-link:hover {
  color: #af265a;
}

#service-categories .nav-link {
  border-radius: 20px !important;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  letter-spacing: 1.8px;
  font-weight: 700;
  background: rgba(175, 38, 90, 0.1);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1) !important;
  border: 3px solid transparent !important;
  color: #af265a;
  padding: 0rem 0.5rem;
  font-size: 0.9rem;
}
#service-categories .nav-link.active {
  color: white !important;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1) !important;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 3px solid #af265a !important; */
  background-color: rgb(175, 38, 90);
}
#service-categories .nav-link:hover {
  background: #af265a;
  border: 3px solid #af265a !important;
  color: white !important;
}

#service-categories-render .custom-checkbox {
  height: 100%;
}
#service-categories-render .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#service-categories-render .custom-checkbox input:checked ~ label {
  background-color: #af265a;
  color: #ffffff;
}
#service-categories-render .custom-checkbox input:checked ~ label h4 {
  color: #ffffff;
}
#service-categories-render .custom-checkbox input:checked ~ label .service-meta .service-gender svg {
  fill: #ffffff !important;
}
#service-categories-render .custom-checkbox label {
  position: relative;
  padding: 20px 24px 20px;
  border: 3px solid transparent;
  border-radius: 20px;
  transition: all 0.4s;
  min-height: 128px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
#service-categories-render .custom-checkbox label:hover {
  border-radius: 20px;
  border-color: #af265a;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#service-categories-render .custom-checkbox label h4 {
  font-weight: 900;
  color: #af265a;
  font-size: 1rem;
}
#service-categories-render .custom-checkbox label .service-meta {
  display: flex;
  gap: 5px;
}
#service-categories-render .custom-checkbox label .service-meta span[type=minutes] {
  font-weight: 900;
}
#service-categories-render .custom-checkbox label .service-meta .service-gender {
  display: flex;
  gap: 5px;
}

#step-3 #employee {
  padding: 0 !important;
}

#smartwizard .hasDatepicker .ui-datepicker-inline {
  width: 100%;
}
#smartwizard .hasDatepicker .ui-datepicker-inline .ui-datepicker-calendar {
  width: 100%;
  margin: 0;
}
#smartwizard .form-hour input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#smartwizard .form-hour input:checked ~ label {
  background-color: #af265a;
  color: #ffffff;
}
#smartwizard .form-hour input:checked ~ label h4 {
  color: #ffffff;
}
#smartwizard .form-hour label {
  line-height: 52px;
  position: relative;
  display: block;
  border: 2px solid transparent;
  border-radius: 20px;
  transition: all 0.4s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#smartwizard .form-hour label:hover {
  border-color: #af265a;
}

/*# sourceMappingURL=custom.css.map */
